diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/project-gtc/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/project-gtc/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/project-gtc/page.tsx b/app/[lng]/evcp/(evcp)/project-gtc/page.tsx index cebfb1a9..05a8388c 100644 --- a/app/[lng]/evcp/(evcp)/project-gtc/page.tsx +++ b/app/[lng]/evcp/(evcp)/project-gtc/page.tsx @@ -34,7 +34,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> Project GTC </h2> - <InformationButton pageCode="evcp/project-gtc" /> + <InformationButton pagePath="evcp/project-gtc" /> </div> <p className="text-muted-foreground"> 프로젝트별 GTC(General Terms and Conditions) 파일을 관리할 수 있습니다. |
